From: Richard M. Stallman Date: Sun, 16 May 1993 15:50:13 +0000 (+0000) Subject: (mark-end-of-sentence): Activate the mark. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96232 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a524dc5bcd548f94ce5c618746f94d6ecee5ae50;p=emacs.git (mark-end-of-sentence): Activate the mark. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 723cf0a6d35..b548ab41c00 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -227,7 +227,8 @@ With arg, repeat, or kill forward to Nth end of sentence if negative arg -N." (push-mark (save-excursion (forward-sentence arg) - (point)))) + (point)) + nil t)) (defun transpose-sentences (arg) "Interchange this (next) and previous sentence."